Application Design
Modified on 2011/10/11 19:19 by Charles — Categorized as: GUI, Web Service
Table of Contents
[
Hide/Show
]
Application Design
Web Service Best Practices
Application Design
¶
(return to
Jetfire Web Service
)
Jetfire makes it easy to design your own applications or tweak existing applications with custom additions. The Jetfire Web Service is particularly suited for this.
Jetfire Workflows have a number of security features.
Web Service Best Practices
¶
In using the Jetfire Web Service, there are a number of best practices that should be followed:
The Jetfire Web Service is based on Microsoft ASP.NET. When starting up the service, it is possible for the service to time-out if the web server is starting up. Under these conditions, it is advisable that you resend the message. This typically occurs during login.
The Jetfire Web Service requires login to access the Jetfire Workflows. It is recommended that you logout of the Jetfire Web Service when you are finished using the service.